Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Sep 20, 2012, 7:02:36 PM (11 years ago)
- Author:
-
datallah
- Comment:
-
Add a section about what signatures are and why they're important (snagged chunks from the Tor project's site)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
| 1 | == What is a signature and why should I check it? == |
| 2 | When you download a file from the internet, you don't have a good way of knowing if it may have been tampered with. It's not beyond the realm of possibility that someone could release a patched version of pidgin that transparently captured your passwords and uploaded them to some server. |
| 3 | |
| 4 | This is where signatures come in - file signatures are very similar in concept to the idea behind signing both the back of your credit card, and a credit card receipt. The signature is a verification that the file came from who it was expected to come from. |
| 5 | |
| 6 | You probably have noticed that vendors frequently don't bother to compare the signature on the receipt to the signature on the back of the card, which makes it so that anyone could have been using the credit card (let's pretend that the signature on a credit card slip isn't trivially easy to forge). Similarly, if you don't verify the signature on a file, even if the file is signed, you don't have any confidence that it came from where it was expected to come from. |
| 7 | |
| 8 | Due to the nature of how signing works, an additional benefit is that if you verify the signature, you can be confident that nothing got corrupted during the download process - the file you have is exactly as it was when it was signed. |
| 9 | |
1 | 10 | == Source Tarballs == |
2 | | The source tarballs (`pidgin-$VERSION.tar.gz` and `pidgin-$VERSION.tar.bz2`) are signed with [http://www.gnupg.org/ GPG] by on of the following people: |
| 11 | The source tarballs (`pidgin-$VERSION.tar.gz` and `pidgin-$VERSION.tar.bz2`) are signed with [http://www.gnupg.org/ GPG] by one of the following people: |
3 | 12 | ||'''Signer'''||'''Key Signature'''|| |
4 | 13 | ||Mark Doliner||`4C292FCC`|| |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!